From: Leopold Palomo-Avellaneda Date: Mon, 6 Oct 2014 09:26:38 +0000 (+0200) Subject: New watch file: Thanks Adam D. Barratt X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~265 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f6244726f0e9f5b2e9985de085275ffdc28cda42;p=pcl.git New watch file: Thanks Adam D. Barratt --- diff --git a/debian/changelog b/debian/changelog index 93afd64d..fa08c632 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pcl (1.7.1-1) unstable; urgency=low +pcl (1.7.2-1) UNRELEASED; urgency=medium [Leopold Palomo-Avellaneda] * Initial release. (Closes: #703579) @@ -21,4 +21,6 @@ pcl (1.7.1-1) unstable; urgency=low * Renamed libpcl-tools to pcl-tools. * Added the manpages ... - -- Leopold Palomo-Avellaneda Mon, 02 Jun 2014 08:46:51 +0200 + + -- Leopold Palomo-Avellaneda Mon, 06 Oct 2014 09:30:55 +0200 + diff --git a/debian/rules b/debian/rules index 4742064b..b80384f5 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,8 @@ override_dh_auto_configure: -DBUILD_registration=ON -DBUILD_sample_consensus=ON \ -DBUILD_search=ON -DBUILD_segmentation=ON -DBUILD_surface=ON \ -DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON \ - -DBUILD_app_cloud_composer=ON -DBUILD_app_modeler=ON \ - -DBUILD_app_point_cloud_editor=ON + -DBUILD_apps_cloud_composer=ON -DBUILD_apps_modeler=ON \ + -DBUILD_apps_point_cloud_editor=ON -DBUILD_apps_in_hand_scanner=ON override_dh_auto_build: dh_auto_build -- # Compile the software. diff --git a/debian/watch b/debian/watch index 2073d7d8..ebb3e795 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,8 @@ # Watch control file for uscan version=3 -opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ +#opts=uversionmangle=s/(\d)[_.+-]?((RC|rc|pre|dev|beta|alpha)[\d.]*)$/$1~$2/ \ +#https://github.com/PointCloudLibrary/pcl/releases .*/pcl-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) + +opts="uversionmangle=s/(\d)[_.+-]?((RC|rc|pre|dev|beta|alpha)[\d.]*)$/$1~$2/" \ https://github.com/PointCloudLibrary/pcl/releases .*/pcl-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +